Jumps and RETURN

A jump to a label branches the execution of the program after the specified label. In FFLD language, the ">>" symbol (followed by the target label name) is used as a coil at the end of a rung.

       

The jump is performed only if the rung state on input is TRUE. The destination label must be specified on a network of the same program.

To specify the destination, double-click the cell to display a drop-down menu that lists all the available labels.


  • The special "<RETURN>" destination specifies a jump to the end of the program.